home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 October / CHIP Turkiye Ekim 2000.iso / prog / share / 39 / _SETUP.1 / Qimage.exe / 0 / RCDATA / TFORM4 / TFORM4.txt
Text File  |  2000-07-30  |  2KB  |  86 lines

  1. object Form4: TForm4
  2.   Left = 334
  3.   Top = 102
  4.   Width = 328
  5.   Height = 218
  6.   Caption = 'Monitor Gamma Correction'
  7.   Color = clBtnFace
  8.   Font.Charset = ANSI_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   OldCreateOrder = True
  15.   OnActivate = FormActivate
  16.   OnClose = FormClose
  17.   OnDeactivate = FormDeactivate
  18.   PixelsPerInch = 120
  19.   TextHeight = 16
  20.   object Image1: TImage
  21.     Left = 100
  22.     Top = 10
  23.     Width = 78
  24.     Height = 53
  25.   end
  26.   object Image2: TImage
  27.     Left = 177
  28.     Top = 10
  29.     Width = 79
  30.     Height = 53
  31.   end
  32.   object ScrollBar1: TScrollBar
  33.     Left = 98
  34.     Top = 79
  35.     Width = 159
  36.     Height = 16
  37.     Hint = 
  38.       'Select the gamma that most closely matches the two gray areas ab' +
  39.       'ove.'
  40.     PageSize = 0
  41.     ParentShowHint = False
  42.     Position = 50
  43.     ShowHint = True
  44.     TabOrder = 0
  45.     OnScroll = ScrollBar1Scroll
  46.   end
  47.   object Edit1: TEdit
  48.     Left = 158
  49.     Top = 108
  50.     Width = 40
  51.     Height = 24
  52.     Hint = 
  53.       'Select the gamma that most closely matches the two gray areas ab' +
  54.       'ove.'
  55.     ParentShowHint = False
  56.     ShowHint = True
  57.     TabOrder = 1
  58.     OnChange = Edit1Change
  59.   end
  60.   object BitBtn1: TBitBtn
  61.     Left = 30
  62.     Top = 148
  63.     Width = 99
  64.     Height = 30
  65.     Hint = 
  66.       'Click Save to save these monitor gamma settings for future sessi' +
  67.       'ons'
  68.     Caption = 'Save'
  69.     ParentShowHint = False
  70.     ShowHint = True
  71.     TabOrder = 2
  72.     OnClick = BitBtn1Click
  73.     Kind = bkOK
  74.   end
  75.   object BitBtn2: TBitBtn
  76.     Left = 217
  77.     Top = 148
  78.     Width = 92
  79.     Height = 30
  80.     Hint = 'Click Cancel if you do NOT want to save these settings'
  81.     TabOrder = 3
  82.     OnClick = BitBtn2Click
  83.     Kind = bkCancel
  84.   end
  85. end
  86.